runtime.headTailIndex.split (method)

4 uses

	runtime (current package)
		mspanset.go#L160: 		head, tail = headtail.split()
		mspanset.go#L194: 			head, tail = headtail.split()
		mspanset.go#L253: 	head, tail := b.index.load().split()
		mspanset.go#L368: func (h headTailIndex) split() (head uint32, tail uint32) {